home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 14 / insta202.zip / HARDDISK.BAT < prev    next >
DOS Batch File  |  1988-06-14  |  565b  |  17 lines

  1. echo off
  2. echo ********************InstaCalc Install Program***********************
  3. echo  This program assumes several things:
  4. echo    1. The InstaCalc floppy disk is in drive A:
  5. echo    2. Your HardDisk is drive C:
  6. echo    3. You do not have a directory on your HardDisk named \INSTA.
  7. echo  If any of these assumptions are wrong then hit Ctrl-Break to exit.
  8. echo  Hitting any other key will begin the installation procedure.
  9. echo ********************************************************************
  10. pause
  11. C:
  12. CD \
  13. MKDIR INSTA
  14. CD INSTA
  15. COPY A:*.*
  16. A:
  17.